From a4f83a700fa3782627c078087fb8a87bc55af1e5 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 27 Sep 2009 15:29:29 +0000 Subject: [PATCH] Quote LMX url output. Minor doc and leadk fixes. --- lmx.c | 2 +- ozi.c | 1 + pathaway.c | 1 + xmldoc/formats/delbin.xml | 14 ++++++++++++++ xmldoc/formats/skytraq.xml | 8 ++++---- 5 files changed, 21 insertions(+), 5 deletions(-) diff --git a/lmx.c b/lmx.c index 06a8154e5..69b041a16 100644 --- a/lmx.c +++ b/lmx.c @@ -94,7 +94,7 @@ lmx_print(const waypoint *wpt) gbfprintf(ofd, " \n"); if (wpt->url_link_text) lmx_write_xml(5,"lm:name", wpt->url_link_text); - gbfprintf(ofd, " %s\n", wpt->url); + lmx_write_xml(5, "lm:url", wpt->url); gbfprintf(ofd, " \n"); } diff --git a/ozi.c b/ozi.c index 95418879d..ee215d492 100644 --- a/ozi.c +++ b/ozi.c @@ -491,6 +491,7 @@ ozi_parse_waypt(int field, char *str, waypoint * wpt_tmp, ozi_fsdata *fsdata) operation. */ if (str && isdigit(str[0])) { wpt_tmp->icon_descr = xstrdup(str); + wpt_tmp->wpt_flags.icon_descr_is_dynamic = 1; } break; case 6: diff --git a/pathaway.c b/pathaway.c index 2e7661817..b5430db2a 100644 --- a/pathaway.c +++ b/pathaway.c @@ -447,6 +447,7 @@ int ppdb_read_wpt(route_head *head, int isRoute) case 6: /* icon */ if (*str != '\0') wpt_tmp->icon_descr = xstrdup(str); + wpt_tmp->wpt_flags.icon_descr_is_dynamic = 1; break; case 7: /* notes */ if (*str != '\0') diff --git a/xmldoc/formats/delbin.xml b/xmldoc/formats/delbin.xml index 1ee2447c0..40df43e09 100644 --- a/xmldoc/formats/delbin.xml +++ b/xmldoc/formats/delbin.xml @@ -31,3 +31,17 @@ + + + If you receive a message that the device is busy, especially on Windows, + that could be because another program, likely Delorme's own, has the + device open even though it's not actively interacting with the GPS. In + Topo 8, on the GPS tab, look for GPS Options. Uncheck "Start GPS" and + "Automatically detect GPS". Then just click the Exchange button when + you're ready for Topo to interact with the GPS. Other Delorme software may + be similar. + + + The GPS should not be in 'map exchange' mode. When in that mode, it appears + as a disk to the USB system, thus GPSBabel will be unable to find the GPS. + diff --git a/xmldoc/formats/skytraq.xml b/xmldoc/formats/skytraq.xml index 543d5bd34..787104baa 100644 --- a/xmldoc/formats/skytraq.xml +++ b/xmldoc/formats/skytraq.xml @@ -30,25 +30,25 @@ use this format to read its memory. untested - Polaris + Polaris Travel Honey up to 230400 9600 - Pearl Diffusion + Pearl Diffusion Keymate STV-5 untested untested - Canmore + Canmore GT-750F untested untested - Adapt Mobile + Adapt Mobile Keychain Pro untested untested -- 2.30.2